@charset "gb2312";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width:86%; max-width: 1400px; min-width: 1200px; margin: 0 auto; }

.hide , .onlymob { display: none; }
.container{ width:100%; max-width: 1400px; min-width: 1200px; margin:0 auto; position:relative; box-sizing: border-box }
.friend_link,.bottom_box{width:86%;}
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }

.wrap{
    width:86%; max-width: 1400px; min-width: 1200px; margin:0 auto; position:relative; box-sizing: border-box
}
/*   ͨ */
.poster {
    width: 100%;
    height: 195px;
    background: url('https://u3.huatu.com/uploads/allimg/220729/661059-220H91100182991993616.png') no-repeat center top;
    background-size: cover;
}
.poster_pic{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.poster_pic .tl_gg{
    width: 100%;
    display: table;
    margin: 0 auto;
    overflow: hidden;
}
.poster_pic .tl_gg li{
    float: left;
    width: 25%;
    height: 195px;
    background: -webkit-linear-gradient(90deg, rgba(254,155,33,0.5), rgba(254,120,20,0.5));
    background: linear-gradient(90deg, rgba(254,155,33,0.5), rgba(254,120,20,0.5));
}
.poster_pic .tl_gg li .tl_p1{
    font-size: 28px;
    font-weight: normal;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.poster_pic .tl_gg li .tl_p2{
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    color: #fff;
    text-align: center;
}
.poster_pic .tl_gg li .tl_btn{
    width: 140px;
    height: 42px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #fbeebe;
    background: -webkit-linear-gradient(90deg, #fc9814, #f83205);
    background: linear-gradient(90deg, #fc9814, #f83205);
    box-shadow: #fb461e 1px 4px 0px;
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;
    color: #f8fb0c;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
}
.poster_pic .tl_gg li .tl_btn:hover{
    background: -webkit-linear-gradient(-90deg, #fc9814, #f83205);
    background: linear-gradient(-90deg, #fc9814, #f83205);
}
@media only all and (max-width:1600px) { 
    .poster {
        background-size: 100% 100%;
    }
}
@media only all and (max-width:1400px) { 
    .poster {
        background-size: cover;
    }
    .poster_pic {
        width: 100%;
    }
    .poster_pic .tl_gg li .tl_p1 {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-top: 1rem;
    }
    .poster_pic .tl_gg li .tl_p2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .poster_pic .tl_gg li .tl_btn {
        width: 8rem;
        height: 2.5rem;
        font-size: 1.2rem;
        line-height: 2.5rem;
        margin: 1rem auto;
    }
}
/* top */
.top{
    border-bottom: 2px solid #fc6114;
    margin-bottom: 40px;
}
.logo{
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 40px;
    margin-right: 10px;
}
.top_t{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 34px;
    font-size: 35px;
    font-weight: bold;
    color: #fc691d;
    margin-right: 0px;
}
.top_t span{
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    border-left: 1px solid #e0dede;
    height: 30px;
    margin-right: 10px;
}
.top_nav{
    display: inline-block;
    vertical-align: middle;
}
.top_nav>li{
    float: left;
    line-height: 80px;
    margin-left: 58px;
    font-size: 24px;
    position: relative;
}
.top_nav>li.active>a{
    color: #f81111;
}
.top_nav>li:hover>a{
    color: #f81111;
}
.updown{
    position: absolute;
    top: 0;
    right: -55px;
    width: 50px;
    height: 80px;
    overflow: hidden;  
}
.updown span{
    display: inline-block;
    width: 10px;
    height: 80px;
    background: url("https://u3.huatu.com/uploads/allimg/220808/661059-220PQ522156783411327.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.updown span:last-child{
    float: left;
    background: url("https://u3.huatu.com/uploads/allimg/220808/661059-220PQ523064968260831.png") no-repeat center;
    display: none;
}
.xiala{
    display: none;
    position: absolute;
    top: 80px;
    box-sizing: border-box;
    padding: 50px;
    background-color: #fff;
    box-shadow: #e4e3e3 0px 0px 68px;
    border-radius: 20px;
    z-index: 99;
    overflow: hidden;
}
.nav1 .xiala{
    left: -19rem;
    width: 80rem;
}
.nav2 .xiala{
    left: -26rem;
    width: 80rem;
}
.xl_list{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: 20px;
    line-height: 45px;
    border-bottom: 1px solid #ebe9e9;
}
.xl_list:first-child{
    margin-top: 0;
}
.xl_list:last-child{
    border: none;
    padding-bottom: 0px;
}
.xl_list p{
    display: inline-block;
    vertical-align: top;
    width: 165px;
    height: 45px;
    background: -webkit-linear-gradient(90deg, #fc9914, #fb221e);
    background: linear-gradient(90deg, #fc9914, #fb221e);
    border-radius: 20px 10px 10px 0px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 40px;
}
.xl_list p a{color: #fff;}
.xl_list .xl_nav{
    width: 80%;
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
}
.xl_list .xl_nav>li{
    float: left;
    margin-right: 35px;
    line-height: 40px;
}
.xl_list .xl_nav>li a{
    line-height: 45px;
    font-size: 20px;
    color: #000;
}
.xl_list .xl_nav>li a:hover{
    color: #f81111;
}

@media only all and (max-width:1300px) { 
    .top_nav>li {
        margin-left: 48px;
    }
    .nav1 .xiala {
        left: -24rem;
        width: 72rem;
    }
    .nav2 .xiala {
        left: -30rem;
        width: 70rem;
    }
    .xl_list .xl_nav {
        width: 79%;
    }
}

/* nav */
.header_nav{
    width: 100%;
    height:85px;
    background: #FCF3EA;
    box-shadow:inset 0px 4px 18px 0px rgba(255,145,31,0.31);
    margin-bottom: 40px;
}
.header_nav_list{
    float: left;
    width: calc(100% - 380px);
}
.header_nav_list a{
    line-height: 35px;
    display: inline-block;
    margin:25px 20px 25px 0;
    font-size: 20px;
    color: #333;
}
.header_nav_list a:hover{
    color: #FF7400;
    border-bottom: 2px solid #FF7400;
}
.header_search{
    float: right;
    width:380px;
    position: relative;
    margin-top: 22px;
    height: 40px;
}
.header_search form{
    width: 100%;
}
.header_search input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background:rgba(255,255,255,1);
    box-shadow:0px 6px 13px 0px rgba(255,132,33,0.23);
    border-radius:20px;
    border: 0;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    color: #666;
}
.header_search input.search_icon{
    width: 23px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    background: url('http://jinrong.huatu.com/public/common/images/new2020/search_icon.png');
    background-size: 100%;
}

.main_l{
    float: left;
    width: calc(100% - 750px);
}
.main_top {
    overflow: hidden;
    height: 60px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}
.main_top  a{
    word-break: keep-all;
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
    color: #F80A24;
    line-height: 60px;
}
.main_top  a.hot{
    position: relative;
}
.main_top  a.hot::after{
    content: '';
    background-image: url("../images/hot_icon.png");
    display: block;
    width: 32px;
    height: 19px;
    position: absolute;
    right: -33px;
    top: -14px;
}
.main_l_news li{
    height: 40px;
    overflow:hidden;
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
    line-height: 40px;
    /*padding: 10px 0;*/
    font-size: 18px;
    color: #3B3939;
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
}
.main_l_news li::before{
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: #CCCCCC;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
.main_l_news li span{
    box-sizing: border-box;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}
.main_l_news li a{
    margin: 0 5px;
    word-break: keep-all;
    display: inline-block;
}
.main_l_news li a:hover{
    color: #f53b3b;
}
.slice{
    display: block;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin: 25px 0;
}
.main_r{
    float: right;
    width: 735px;
    height: 425px;
    overflow:hidden;
    position:relative;
}
.main_r .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
}
.main_r .hd ul {
    overflow: hidden;
    float: left;
}
.main_r .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 0;
    background: #fff;
    cursor: pointer;
}
.main_r .hd ul li.on {
    background: #F80A24;
    width: 15px;
    height: 15px;
}
.main_r .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 1400px;
}
.main_r .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}
.main_r .bd img {
    width: 735px;
    height: 425px;
    display: block;
}
.main_r .bd li .main_r_p{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 65px;
    background: linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));
    box-sizing: border-box;
    padding-left: 30px;
    color: #fff;
    font-size: 20px;
}
.main_box{
    margin-bottom: 40px;
    margin-top: 30px;
}
.adv_box{
    display:block;
    background: url("https://u3.huatu.com/uploads/allimg/250212/661163-25021214442B01.png") center top no-repeat;

    background-size: auto 100%;
    height: 120px;
    margin:0 auto 40px;
    box-sizing: border-box;
    padding-left: 40px;
    width: 100%;
}


.box1_cont_l{
    float: left;
    width: calc(100% - 430px);
}
.box_title{
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 34px;
    color: #000;
}
.box_title span{
    color: #FF7400;
}
.tab_box{
    line-height: 55px;
    border-bottom: 1px solid #E7E7E7;
}
.tab_box span{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.course_tab{
    float: right;
    margin-right: 150px;
    width: 360px;
}
.course_tab li{
    float: left;
    width: 120px;
    text-align: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.course_tab li.selected{
    color: #FF7400;
    position: relative;
}
.course_tab li.selected::after{
    content: '';
    display: block;
    width:50px;
    height:3px;
    background:rgba(255,116,0,1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.course_cont{
    margin-top: 40px;
    position: relative;
}
.more{
    display: block;
    position: absolute;
    width: 90px;
    line-height:40px;
    border-radius: 20px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230, 230, 230, 1);
    text-align: center;
    font-size: 16px;
    color: #333;
    right: 5px;
    top: -90px;
}
.course_cont>li{
    display: none;
}
.course_cont>li:nth-child(1){
    display: block;
}
.course li{
    float: left;
    width: 31.3%;
}
.course li:hover{
    box-shadow: 0 0 10px rgba(137, 137, 137, 0.5);
}
.course li:nth-child(2){
    margin: 0 3%;
}
.course_bottom{
    box-sizing: border-box;
    padding: 10px;
}
.course_t{
    margin-top: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height: 40px;
    font-size: 20px;
    color: #333;
}
.bm{
    display: inline-block;
    float: left;
    line-height: 45px;
    color: #999;
    font-size: 16px;
}
.bm span{
    color: #F3152A;
}
.course_price{
    display: inline-block;
    float: right;
    line-height: 45px;
    color: #333;
    font-size: 16px;
}
.course_price span{
    color: #F3152A;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
}
.course_price span::before{
    content: '  ';
    display: inline;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #F3152A;
}
.box1_cont_r{
    float: right;
    width: 400px;
    box-shadow:0px 2px 21px 0px rgba(137,137,137,0.1);
    box-sizing: border-box;
    padding: 15px 25px;
}
.date_title{
    line-height: 55px;
    border-bottom: 1px solid #6F6F6F;
    font-size: 18px;
    color: #000;
}
.date_th{
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 60px;
    font-size: 16px;
    color: #999;
}
.date_td{
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 45px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.date_td:hover{
    color: #F3152A;
    background: #F7F7F7;
}
.ty_box{
    margin-top: 40px;
}
.news_list{
    width: 49%;
}
.news_list li{
    position: relative;
    padding-left: 20px;
    line-height: 41px;
    height: 41px;
}
.news_list li::before{
    content: '';
    display: block;
    width:4px;
    height:4px;
    background:rgba(204,204,204,1);
    border-radius:50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.news_list a{
    display: inline-block;
    width: calc(100% - 70px);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 16px;
    color: #3B3939;
}
.news_list a:hover{
    color: #f53b3b;
}
.news_list span{
    float: right;
    font-size: 16px;
    color: #999;
}
.yhzp_tab,
.kjks_tab,
.nxszp_tab{
    /*width: calc(100% - 200px);*/
}
.nxszp_tab{
    /*width: calc(100% - 280px);*/
}
.kjks_tab{
    /*width: 540px;*/
}
.yhzp_tab li,
.kjks_tab li,
.nxszp_tab li{
    float: left;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-left: 10px;
    text-align: center;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}
.nxszp_tab li{
    /*width: 65px;*/
    /*margin-right: 5px;*/
}
.kjks_tab li{
    /*width: 120px;*/
    /*margin-right: 10px;*/
}
.yhzp_tab li a,
.kjks_tab li a,
.nxszp_tab li a{
    color: #333;
}
.yhzp_tab li.selected,
.kjks_tab li.selected,
.nxszp_tab li.selected{
    background: #FF8432;
    position: relative;
    color: #fff;
}
.yhzp_tab li.selected::after,
.kjks_tab li.selected::after,
.nxszp_tab li.selected::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-width: 5px;
    border-style: solid;
    border-color:#FF8432 transparent transparent transparent;
}
.yhzp_tab li.selected a,
.kjks_tab li.selected a,
.nxszp_tab li.selected a{
    color: #fff;
}
.yhzp_cont,
.kjks_cont,
.nxszp_cont{
    width: calc(100% - 425px);
}
.yhzp_tab_in,
.kjks_tab_in,
.nxszp_tab_in{
    border-bottom: 1px solid #E7E7E7;
    line-height: 55px;
    margin-bottom: 25px;
}
.yhzp_tab_in li,
.kjks_tab_in li,
.nxszp_tab_in li{
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.yhzp_tab_in li.selected,
.kjks_tab_in li.selected,
.nxszp_tab_in li.selected{
    color: #FF7400;
    position: relative;
}
.yhzp_tab_in li.selected::after,
.kjks_tab_in li.selected::after,
.nxszp_tab_in li.selected::after{
    content: '';
    display: block;
    width:50px;
    height:3px;
    background:rgba(255,116,0,1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.yhzp_cont>li,
.kjks_cont>li,
.nxszp_cont>li,
.yhzp_cont_in>li,
.kjks_cont_in>li,
.nxszp_cont_in>li{
    display: none;
}
.yhzp_cont>li:nth-child(1),
.nxszp_cont>li:nth-child(1),
.kjks_cont>li:nth-child(1),
.yhzp_cont_in>li:nth-child(1),
.kjks_cont_in>li:nth-child(1),
.nxszp_cont_in>li:nth-child(1){
    display: block;
}
.yhzp_cont_in li,
.kjks_cont_in li,
.nxszp_cont_in li{
    position: relative;
}
.yhzp_cont_in li .more,
.nxszp_cont_in li .more,
.kjks_cont_in li .more{
    right: 0px;
    top: -75px;
}
.ty_r{
    width: 375px;
}
.ty_r_t{
    line-height: 50px;
    border-bottom: 1px solid #E7E7E7;
    font-size: 18px;
    color: #000;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    margin-bottom: 35px;
}
.ty_r_t::after{
    content: '';
    display: block;
    width:50px;
    height:3px;
    background:rgba(255,116,0,1);
    position: absolute;
    bottom: 0;
    left: 20px;
}
.ty_r_p{
    margin: 20px 0;
    box-sizing: border-box;
    padding: 0 15px;
}
.ty_r_a{
    display: block;
    box-sizing: border-box;
    width:160px;
    height:44px;
    line-height: 40px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(220,220,220,1);
    border-radius:22px;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.ty_r_a:hover{
    border: 0;
    background:linear-gradient(96deg,rgba(255,79,18,1),rgba(254,155,14,1));
    box-shadow:0px 2px 10px 0px rgba(255,177,142,0.69);
    color: #fff;
}
.ty_r_adv,
.ty_r_adv img{
    display: block;
    width: 350px;
    margin: 30px auto 0;
}
.ts_box{
    margin-top: 40px;
}
.ts_box .more{
    right: 20px;
    top: 0;
}
.ts_list{
    box-sizing: border-box;
    padding: 40px 0;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 21px 0px rgba(137,137,137,0.1);
}
.ts_list li{
    float: left;
    width: 240px;
    margin-left: calc((25% - 240px)/2);
    margin-right: calc((25% - 240px)/2);
}
.ts_img,
.ts_img img{
    display: block;
    margin: 0 auto;
    height: 200px;
}
.ts_title{
    margin: 20px 0;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ts_price{
    box-sizing: border-box;
    position: relative;
    padding-left: 15px;
    font-size: 32px;
    color: #F3152A;
    display: inline-block;
    line-height: 45px;
    float: left;
}
.ts_price::before{
    content: '  ';
    display: block;
    position: absolute;
    height: 40px;
    left: 0;
    bottom: 0;
    font-size: 16px;
}
.ts_check {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 120px;
    background:linear-gradient(96deg,rgba(255,81,18,1),rgba(255,80,18,1));
    box-shadow:0px 5px 16px 0px rgba(254,164,164,0.75);
    border-radius:23px;
    line-height: 45px;
    text-align: center;
    float: right;
}
.ts_check:hover{
    background:linear-gradient(96deg,rgba(255,79,18,1),rgba(254,155,14,1));
}
.bottom{
    width: 100%;
    background: #F6F6F6;
    box-sizing: border-box;
    padding: 20px 0;
    margin-top: 40px;
}
.bottom a:hover{
    color: #f53b3b;
}
.friend_link{
    padding-bottom: 40px;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 20px;
}
.link_title{
    line-height: 55px;
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
.link_box a{
    line-height: 40px;
    box-sizing: border-box;
    /*padding: 0 10px;*/
    font-size: 16px;
    margin-right: 10px;
    word-break: keep-all;
    display: inline-block;
    color: #333;
}
.about_us{
    float: left;
    width: 480px;
}
.about{
    float: left;
    width: 120px;
    margin-right: 120px;
}
.about_t{
    font-size: 24px;
    color: #333;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 400;
}
.about_a{
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
}
.about_qr{
    width: 540px;
    float: right;
}
.bottom_qr{
    float: left;
    width: 180px;
    margin-left: 90px;
}
.qr_p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.bottom_qr img{
    display: block;
    width: 145px;
}
/*  */
.footer { clear: both; position: relative; padding: 30px 0; text-align: center; background: #333333; }
.footer p { position: relative; z-index: 2; color:#ccc; font-size: 14px; line-height: 28px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#ccc; }
.bottom_icon{
    display: inline-block;
    vertical-align: middle;
}
.fixed_box{
    position: fixed;
    right: 5px;
    top: 40%;
    /*transform: translateY(-50%);*/
    width: 60px;
    z-index: 10;
}
.fixed_box li{
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow:0px 0px 9px rgba(221,219,218,1);
    text-align: center;
    overflow: hidden;
}
.fixed_box li:hover{
    background:#e60213;
}
.fixed_box li a{
    display: block;
}
.fixed_icon{
    margin: 0 auto;
    margin-top: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.fixed_box li a p{
    line-height: 24px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.fixed_box li:hover a p{
    color: #fff;
}
.meima{
    width: 200px;
    height: 200px;
    position: absolute;
    left: -200px;
    display: none; 
    }
.fixed_box>li:hover .meima{
    display: block;}

@font-face{
    font-family: 'zp_fonts';
    src: url('//jinrong.huatu.com/public/common/images/new2020/fixed_font.TTF');
}
@font-face{
    font-family: 'zp_title_fonts';
    src: url('//jinrong.huatu.com/public/common/images/new2020/fixed_title_font.ttf');
}
.window_mask_zp{
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    font-family: 'zp_fonts';
}
.window_mask_container{
    display: flex;
    justify-content: space-between;
    width: 600px;
    height: 400px;
    position: absolute;
    left: calc(50% - 120px);
    top: calc(56%);
    transform: translate(-30%,-70%);
}
.window_container_zp{
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-image: url("//jinrong.huatu.com/public/common/images/new2020/tanch.jpg") center no-repeat; 
    width: 600px;
    height: 400px;
}
.window_zp_close{
    position: absolute;
    right: 0;
    top:14px;
    cursor: pointer;
    z-index: 9999;
}
.tc_l{
    display: block;
    width: 250px;
    height: 100px;
    position: absolute;
    left:40px;
    top:110px;
  }
.tc_r{
    display: block;
    width: 250px;
    height: 100px;
    position: absolute;
    right:40px;
    top:110px;
  }

/* .tionediv{
    position: relative;
    width:50%;
    height: 520px; 
     background: url("//jinrong.huatu.com/public/common/images/new2020/fixed_gy.png") center no-repeat ; 
    background-size: contain;   
} 
.tuoediv{
    position: relative;
    width:50%;
    height: 630px; 
   background: url("./fixed_jd.png") center no-repeat ;     
     background: url("//jinrong.huatu.com/public/common/images/new2020/fixed_jd.pn") center no-repeat ;    
    background-size: contain;   
} */

/* .quanbu{
    left: 0;
    top: 0;
    position: absolute;
    display:inline-block;
    width: 100%;
    height: 100%;
} */

/* .mukao{
    display:inline-block;

    width: 60%;
    height: 100%;
} */

/* .bth-ke{
    display: inline-block;
    margin-top: 495px;
    width: 38%;
    background-color: #f93817;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 3px 3px 1px #c36454 ;

}
.bth-ke2{
    margin-left: 142px;
    background-color: #2a8de8;
    height: 50px;
    box-shadow: 3px 3px 1px #5465c3 ;
} 
 .toup{
     position: absolute;
    height: 65px;
    width: 100%;
    bottom: -50px;
    margin: 0 auto;
     background: url(./cjhl-an.gif) center no-repeat; 
     background: url(//jinrong.huatu.com/public/common/images/new2020/cjhl-an.gif) center no-repeat; 

    background-size: contain;

}
.zoptt{
    position: relative;
    margin-top: 420px;
    width: 37%;
    float: left;
    margin-left: 372px;

}
.zoptt-2{
    margin-left: 266px;
}
.toup a{
    display: inline-block;
    height: 50px; 
    line-height: 50px;
    width: 17%;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto;
   background-color: #F93817;
   border-radius: 25px;
    color: #fff;
    margin-left: 20px;
}  
.toup a:first-child{
    margin-left: 0px;
}
.kechen{
    background: linear-gradient(to left, #2a8de8 0%, #2a8de8 50%, #F93817 51%, #F93817 100%);
}
.toup .jian{
    background:#2a8de8;
}*/

.window_container_zp p{
    line-height: 40px;
    color: #4d3000;
    font-weight: 600;
    margin-top: 210px;
    margin-left: 135px;
    font-size: 14px;
    text-align: left;
}
.window_container_zp p span{
    color: #ff0000;
    font-weight: 600;
    font-size: 24px;

}
.window_container_zp ul{
    width: 100%;
    
    margin: 0 auto;
    position: absolute;
    bottom: -56px;
    
}
.window_container_zp ul li{
    width:26%;
    height:72px;
    background: #228bfb;
    /* background-image: url(./nt_bt.png); */
    /* background-image: url("//jinrong.huatu.com/public/common/images/new2020//nt_bt.png");  */
    border-radius:12px;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 50px;
    box-shadow:  0px 5px 0px  #122bca;
    
    
    
}
.window_container_zp ul li:nth-child(1){
    margin-left: 0px;
}

/* .window_container_zp ul li:nth-child(odd){
    float: left;
}
.window_container_zp ul li:nth-child(even){
    float: right;
} */
.window_container_zp ul li a{
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 34px;
    line-height: 72px;
    
    
}






@media only all and (max-width:1600px) {
    .main_top a{
        font-size: 18px;
    }
    .main_l_news li{
        font-size: 15px;
    }
}

/* */
.f2f-course {position: relative;}
.f2f-course:hover .btn_wrap {opacity: 1;}
.f2f-course .hd {position: absolute;width: 100%;bottom: 12px;z-index: 3;}
.f2f-course .hd ul {text-align: center;font-size: 0;line-height: 2px;}
.f2f-course .hd li {display: inline-block;width: 6px;height: 6px;margin-right: 8px;border-radius: 100%;background-color: #fff;}
.f2f-course .hd li.on {width: 26px;background-color: #e0e0e0;border-radius: 10px;}
.f2f-card {box-sizing:border-box;width: 280px;height: 238px;padding: 7px;margin-right: 30px;background-color: #fff;transition: box-shadow .5s ease;}
.f2f-card:hover {box-shadow: -10px 0px 10px rgba(137, 137, 137, 0.1), 0px -10px 10px rgba(137, 137, 137, 0.1), 10px 0px 10px rgba(137, 137, 137, 0.1), 0px 10px 10px rgba(137, 137, 137, 0.1);}
.f2f-card:last-child {margin-right: 0;}
.f2f-course .bd ul li{display:none;}
.f2f-course .bd ul:first-child {display: block;}
.f2f-content{background-color: #e0e0e0;color: #fff;line-height: 1;position: relative;width: 266px;height: 160px;overflow: hidden;}
.f2f-content-bg1{background-image:url(//jinrong.huatu.com/public/common/images/f2f_c1.png);background-size: 100% 100%;}
.f2f-content-bg2{background-image:url(//jinrong.huatu.com/public/common/images/f2f_c2.png);background-size: 100% 100%;}
.f2f-content-bg3{background-image:url(//jinrong.huatu.com/public/common/images/f2f_c3.png);background-size: 100% 100%;}
.f2f-content-bg4{background-image:url(//jinrong.huatu.com/public/common/images/f2f_c4.png);background-size: 100% 100%;}
.f2f-content-bg5{background-image:url(//jinrong.huatu.com/public/common/images/f2f_c5.png);background-size: 100% 100%;}
.f2f-content-bg6{background-image:url(//jinrong.huatu.com/public/common/images/f2f_c6.png);background-size: 100% 100%;}
.f2f-content-title{margin:10px 5px 0px 5px;font-size:16px;line-height:28px;}
.f2f-content-item{margin:0px 6px;font-size:12px;line-height:25px;position: relative;padding-left: 36px;}
.f2f-content-item span:first-child{position: absolute;left: 0;}
.f2f-bottom{height:75px;}
.f2f-bottom-left{display:inline-block;height:75px;line-height:75px;float:left;width: 144px;position: relative;}
.f2f-bottom-left-txt{height: 36px;position: absolute;top: 0;bottom: 0;margin: auto;width: 100%;}
.f2f-bottom-money{font-size:20px;color:#FF7400;margin-bottom: 5px;}
.f2f-bottom-desc{font-size:12px;color:#666666;line-height: 1;}
.f2f-bottom-right{display:inline-block;height:75px;line-height:75px;float:right;}
.button-orange{display:inline-block;font-size:18px;color:#fff;background-color:#FF7400;border-radius: 30px;height: 36px;width: 120px;text-align: center;line-height: 36px;}

/* */
.bank {
    margin: 0px auto 36px;
    box-sizing: border-box;
    padding:  0px 36px;
    /* border: 1px solid rgb(250, 2, 2); */
  }
  .bankSlide {
    position: relative;
	margin-bottom: 40px;
  }
  .bankSlide .bd {
    overflow: hidden;
    width:1270px ;
    margin: 0 auto;
  }
  /* .tempWrap{
      width: ;
  } */
  .bank-ul {
    width: 100%;
    margin: auto;
  }
  .bankSlide .bank-ul li {
    float: left;
    width: 287px;
    width: 25%;
    height: 152px;    
    margin-right: 34px;
    /* background:url(//jinrong.huatu.com/public/common/images/new2020/gb.png)  no-repeat ; */
    background-size: contain;
  }
.bankSlide .bank-ul li h2{

font-size: 30px;
text-align: center;
margin-top: 42px;
color: #651a17;
  }
.bankSlide .bank-ul li h3{
    background-color: #ff0000;
    font-size: 18px;
    text-align: center;
    margin:5px auto;
    width:120px ;
    border-radius: 16px;
    color: #fff;
  }
.bankSlide .bank-ul li h3 a{
    background-color: #ff0000;
    font-size: 18px;
    text-align: center;
    margin:5px auto;
    width:120px ;
    border-radius: 16px;
    color: #fff;
      }
  .bankSlide .bank-ul li {
    float: left;
    width: 287px;
 
    height: 205px;
    border: 1px solid rgb(238, 238, 238); 
    margin-right: 34px;
  }
  .bankSlide .bank-ul li .bank-title {
    line-height: 79px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
  }
  .bankSlide .bank-ul li .bank-title img {
    vertical-align: middle;
  }
  .bankSlide .bank-ul li .bank-title1 {
    background: url('//jinrong.huatu.com/public/common/images/new2020/title_bg1.png') no-repeat center;
    box-shadow: 0 0 18px #ffaa3b;  
  }
  .bankSlide .bank-ul li .bank-title2 {
    background: url('//jinrong.huatu.com/public/common/images/new2020/title_bg2.png') no-repeat center;
    box-shadow: 0 0 18px #fc9a85;  
  }
  .bankSlide .bank-ul li .bank-title3 {
    background: url('//jinrong.huatu.com/public/common/images/new2020/title_bg3.png') no-repeat center;
    box-shadow: 0 0 18px #eb7ffa;  
  }
  .bankSlide .bank-ul li .bank-title4 {
    background: url('//jinrong.huatu.com/public/common/images/new2020/title_bg4.png') no-repeat center;
    box-shadow: 0 0 18px #abe8fc;  
  }
  .bank-detail {
    box-sizing: border-box;
    padding: 22px 22px 0;
  }
  .bank-detail p {
    margin-bottom: 14px;
  }
  .bank-detail p a {
    display: inline-block;
    /* width: 115px; */
    width: 46%;
    height: 35px;
    border-radius: 20px;
    background: #f5f3f3;
    text-align: center;
    font-size: 18px;
    margin-right: 4%;
  }
  .bank-detail p a:last-child {
    margin-right: 0;
  }
  .bank-detail1 p a:hover {
    background: linear-gradient(-90deg, #ffa445, #fec718);
    color: #fff;
  }
  .bank-detail2 p a:hover {
    background: linear-gradient(-90deg, #fe3618, #fd9251);
    color: #fff;
  }
  .bank-detail3 p a:hover {
    background: linear-gradient(-90deg, #a763fe, #fc79eb);
    color: #fff;
  }
  .bank-detail4 p a:hover {
    background: linear-gradient(-90deg, #1896fb, #40dfff);
    color: #fff;
  }
  .jrPrev, .jrNext {
    position: absolute;
    top: 42%;
    width: 34px;
    height: 34px;
  }
  .jrPrev {
    background: url('//jinrong.huatu.com/public/common/images/new2020/prev.png') no-repeat center;
    left: 0px;
  }
  .jrNext {
    background: url('//jinrong.huatu.com/public/common/images/new2020/next.png') no-repeat center;
    right: 0px;
  }
  @media only all and (max-width:1600px) { 
    .bankSlide .bank-ul li {
      width: 22%;
    }
    .bank-detail p a {
      width: 46%;
      font-size: 16px;
    }
  }


  /*  */
  .days {
    margin: 55px auto 30px;
  }
  
  .days_wrap {
    display: flex;
    justify-content: space-between;
  }
  .days_box {
    width: 39%;
  }
  .js_cal_list_box {
    background: #fff;
    padding-left: 22px;
    padding-right: 10px;
  }
  .js_cal_list {
    width: 100%;
    display: block;
    background: url("//jinrong.huatu.com/public/common/images/new2020/icon_line_zp.png") 20% 50% no-repeat;
    height: 448px;
  }
  .js_cal_list dl {
    width: 100%;
    height: 88px;
    float: left;
  }
  .js_cal_list dl:nth-child(1) dt,
  .js_cal_list dl:nth-child(2) dt,
  .js_cal_list dl:nth-child(3) dt {
    margin-top: 25px;
  }
  .js_cal_list dt {
    margin-top: 34px;
    margin-bottom: 35px;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 16%;
    border-radius: 4px;
    font: normal 18px/22px "Microsoft Yahei";
    color: rgb(5, 5, 5);
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #ecebea; 
  }
  .js_cal_list dd {
    height: 60px;
    padding: 15px 0px 16px;
    width: 74%;
    float: right;
    font: normal 16px/30px "Microsoft Yahei";
    color: #666;
    letter-spacing: 1px;
  }
  .js_cal_list dd p {
    display: block;
    width: 100%;
    color: rgb(255, 132, 50);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .js_cal_list dd span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .js_cal_list dd b {
    margin-right: 10%;
    font-weight: normal;
  }
  .js_cal_list dd a:hover {
    color: rgb(255, 132, 50);
    text-decoration: underline;
  }
  .js_cal_list_first dt {
    background: #ff8432;
    color: #fff;
  }
  .js_cal_list_first dd span a {
    color: rgb(255, 132, 50);
  }
  .js_cal_list .js_cal_list_first p {
    color: #333;
  }
  .temp_title_icon {
    font-size: 24px;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-between;
  }
  .temp_title_icon .box_title {
    margin-bottom: 0;
  }
  .temp_title_icon .more_channel {
    color: #000;
    font-size: 14px;
  }
  .temp_title_icon .more_channel:hover {
    color: #ff5246;
  }
  .class_box_days {
    width: 26%;
    margin-top: 44px;
  }
  .class_box_days img {
    width: 100%;
    height: 201px;
  }
  .class_box_days ul li:first-child {
    margin-bottom: 20px;
  }
  .mianshou_box {
    width: 28%;
  }
  .mianshou_list {
    background: #fff;
    height: 423px;
    box-sizing: border-box;
    padding: 15px 0 0 15px;
    border: 1px solid rgb(231, 231, 231);
  }
  .mianshou_box .tab-menu {
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
  }
  .mianshou_box .tab-menu span {
    width: 131px;
    height: 35px; 
    border: 1px solid rgb(255, 132, 50);
    border-radius: 17px;
    font-size: 18px;
    text-align: center;
    color: rgb(255, 132, 50);
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
  }
  .mianshou_box .tab-menu span.on {
    color: #fff;
    background: rgb(255, 132, 50);
  }
  .tab-list-cont span {
    color: rgb(179, 179, 179);
    font-size: 18px;
    display: inline-block;
    width: 40px;
  }
  .tab-list-cont a {
    color: #2e2e2e;
    font-size: 18px;
    margin-right: 10px;
    
  }
  .tab-list-cont a:hover {
    color: #ff5246;
  }
  .tab-list-cont li {
    margin-bottom: 22px;
  }
  @media screen and (max-width: 1620px) {
    .tab-list-cont a {
      font-size: 16px;
      margin-right: 7px;
    }
  }
  @media screen and (max-width: 1450px) {
    .tab-list-cont span {
      font-size: 16px;
      width: 30px;
    }
    .tab-list-cont a {
      font-size: 15px;
      margin-right: 7px;
    }
    .bankSlide .bank-ul li h3{
        height: 30px;
        text-align: center;
        font-size: 10px;
        margin:2px auto;
        width:100px ;
        border-radius: 16px;
        color: #fff;
      }
      .bankSlide .bank-ul li h3{
    background-color: #ff0000;
    font-size: 18px;
    line-height: 32px;
    margin:5px auto;
    width:120px ;
    border-radius: 16px;
    color: #fff;
  }

  .bankSlide .bank-ul li h2{
      font-size: 26px;
      margin-top: 32px
  }
  }
  
